Skip to content

Add IgnoreAuditTrailAttribute to exclude from audit trail#1046

Closed
AliRafay wants to merge 3 commits into
fullstackhero:mainfrom
AliRafay:feature/ignore-audit-trail-attribute
Closed

Add IgnoreAuditTrailAttribute to exclude from audit trail#1046
AliRafay wants to merge 3 commits into
fullstackhero:mainfrom
AliRafay:feature/ignore-audit-trail-attribute

Conversation

@AliRafay
Copy link
Copy Markdown
Contributor

Introduced IgnoreAuditTrailAttribute to mark entities or properties that should be ignored by the audit trail. Applied this attribute to specific properties in AuditableEntity to prevent them from being tracked. Updated AuditInterceptor to respect this attribute, ensuring marked entities and properties are excluded from audit trail processing.

AliRafay and others added 3 commits October 16, 2024 17:18
Introduced IgnoreAuditTrailAttribute to mark entities or properties
that should be ignored by the audit trail. Applied this attribute to
specific properties in AuditableEntity<TId> to prevent them from being
tracked. Updated AuditInterceptor to respect this attribute, ensuring
marked entities and properties are excluded from audit trail processing.
@iammukeshm
Copy link
Copy Markdown
Member

@AliRafay Shouldnt the createdBy, and stuff be a part of the audit trail?

@iammukeshm
Copy link
Copy Markdown
Member

Thank you for contributing 🙏 and apologies for the slow review. This targets the old src/api/framework/** layout, and the same capability is covered by a newer PR (#1224) that we're keeping open for rebase onto v10. Closing this as superseded. We're closing the pre-v10 PR backlog as part of the v10 (.NET 10) reset. If it's still relevant on the new baseline, a fresh PR against main is very welcome.

@iammukeshm iammukeshm closed this May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants